-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Move ephemeral storage contents out of container resource page #52628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Pull request preview available for checking
To edit notification comments on pull requests, go to your Netlify project configuration. |
/label refactor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting this.
I very strongly recommend moving the page about Local ephemeral storage to live within https://kubernetes.io/docs/concepts/storage/
Makes sense. Revised. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Kubernetes lets you track, reserve and limit the amount | ||
of ephemeral local storage a Pod can consume. | ||
|
||
### Configurations for local ephemeral storage {#configurations} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Configurations for local ephemeral storage {#configurations} | |
## Configurations for local ephemeral storage {#configurations} |
sizeLimit: 500Mi | ||
``` | ||
### How Pods with ephemeral-storage requests are scheduled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### How Pods with ephemeral-storage requests are scheduled | |
## How Pods with ephemeral-storage requests are scheduled |
The scheduler ensures that the sum of the resource requests of the scheduled containers is less than the capacity of the node. | ||
### Ephemeral storage consumption management {#resource-emphemeralstorage-consumption} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Ephemeral storage consumption management {#resource-emphemeralstorage-consumption} | |
## Ephemeral storage consumption management {#resource-emphemeralstorage-consumption} |
LGTM label has been added. Git tree hash: 5e6ef033d135cd2494bb9185698fdf6b13bd80d1
|
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR moves the ephemeral storage related configuration out of the container resource management page. This proposal is based on the following observations: